net/http.http2serverConn.writeSched (field)
9 uses
net/http (current package)
h2_bundle.go#L4254: sc.writeSched = s.NewWriteScheduler()
h2_bundle.go#L4256: sc.writeSched = http2newRoundRobinWriteScheduler()
h2_bundle.go#L4382: writeSched http2WriteScheduler
h2_bundle.go#L5036: sc.writeSched.Push(wr)
h2_bundle.go#L5188: if wr, ok := sc.writeSched.Pop(); ok {
h2_bundle.go#L5488: sc.writeSched.CloseStream(st.id)
h2_bundle.go#L5814: sc.writeSched.AdjustStream(st.id, f.Priority)
h2_bundle.go#L5922: sc.writeSched.AdjustStream(f.StreamID, f.http2PriorityParam)
h2_bundle.go#L5949: sc.writeSched.OpenStream(st.id, http2OpenStreamOptions{PusherID: pusherID})
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |